PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFSubmitFormAction Class / useHttpGet Method
In This Topic
    useHttpGet Method
    In This Topic
    Gets a value indicating whether the form data is submitted using HTTP GET method.
    Syntax
    public boolean useHttpGet()

    Return Value

    True if form data is submitted using an HTTP GET request, false if it is submitted using a POST request.
    See Also